home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_73232.txt < prev    next >
Text File  |  1987-11-25  |  2KB  |  83 lines

  1. -- card: 73232 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   put "3" into card field 1
  9. end closeCard
  10.  
  11.  
  12. -- part 2 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=324 top=146 right=166 bottom=347
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   setCrossReference
  27.   go to card id 42102
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 7 (field)
  33. -- low flags: 00
  34. -- high flags: 0002
  35. -- rect: left=55 top=259 right=279 bottom=113
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 0
  39. -- font id: 3
  40. -- text size: 14
  41. -- style flags: 0
  42. -- line height: 18
  43. -- part name: 
  44. ----- HyperTalk script -----
  45. .
  46.  
  47.  
  48. -- part contents for background part 1
  49. ----- text -----
  50. Add <source> to <destination>
  51.  
  52. Adds the number in the source to the number in the destination and puts the answer in the destination.  The destination must be a container*, and the source can be a container, a calculated expression, or just a number.  Use Add instead of just an expression to specify where to put the result.
  53.  
  54. Add 5 to card field 1     -- same as Put (card field 1)+5
  55.                                      -- into card field 1 
  56. Add the number of cards to card field 1
  57. Add (6 * (312 / 12) * 0.015) to card field 1
  58.  
  59.  
  60. -- part contents for background part 2
  61. ----- text -----
  62. Add
  63.  
  64. -- part contents for background part 44
  65. ----- text -----
  66. Form
  67.  
  68. What it does
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. Examples
  76.  
  77. -- part contents for background part 43
  78. ----- text -----
  79. 337,122
  80.  
  81. -- part contents for card part 7
  82. ----- text -----
  83. 3